home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / Tool Chest / Development Platforms / MPW Related / helpful MPW scripts / MPW scripts README next >
Encoding:
Text File  |  1993-09-17  |  1.1 KB  |  7 lines  |  [TEXT/ttxt]

  1. Helpful MPW scripts README
  2. from Apple Computer, Inc. 9/14/93
  3.  
  4.    AskYesNo is an MPW tools used to prompt the user for simple yes/no questions.  The prompt string can be given and the default answer can be specified.
  5.   IsCheckedOut script will allow a user to see if any of the files in an MPW projector are checked out and by whom.  This is VERY helpful when managing a project and when you are about to do a build to see who is still modifying source code.
  6.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of it's parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script will create all needed parent folders along the path and then the target folder itself.  If the folder already exists then no action is taken.
  7.    SaveMenu is usefull to save changes to user defined menus in MPW.